home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / MagicTitle / MagicTitle Source&Stuff / Source / HackDragWindow.h < prev   
Encoding:
Text File  |  1995-05-08  |  164 b   |  14 lines  |  [TEXT/MMCC]

  1. // HackDragWindow.h
  2.  
  3. #ifndef HackDragWindow_h
  4. #define HackDragWindow_h
  5.  
  6. #include <Types.h>
  7. #include <Files.h>
  8. #include <QuickDraw.h>
  9.  
  10. void HackInit(void);
  11.  
  12.  
  13. #endif
  14.